Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: extract dynamic fields #2294

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Conversation

chrismclarke
Copy link
Member

@chrismclarke chrismclarke commented Apr 12, 2024

PR Checklist

  • PR title descriptive (can be used in release notes)

TODO

Description

Code tidying of function that generates parser lists of dynamic dependencies. This should not change the format of output data, but instead tidies up some of the recursion logic to improve type-safety of return

Review Notes

The changes should only impact sheets when synced. I've updated the flowParser cache version which should force all sheets to re-sync.
Assuming the code logic is working as expected there shouldn't be any changes to synced content

Git Issues

Closes #

Screenshots/Videos

If useful, provide screenshot or capture to highlight main changes

@chrismclarke chrismclarke changed the title Refactor/extract dynamic fields Refactor: extract dynamic fields Apr 12, 2024
@jfmcquade jfmcquade marked this pull request as ready for review April 22, 2024 14:11
Copy link
Collaborator

@jfmcquade jfmcquade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've marked this as ready to review as the conditions in the TODO section are now met.

The logic looks good, and I can confirm that on sync, the sheets are re-parsed and no changes are made to the outputs, es expected.

@chrismclarke chrismclarke merged commit eaf260a into master Apr 22, 2024
6 checks passed
@chrismclarke chrismclarke deleted the refactor/extract-dynamic-fields branch April 22, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants